From 72971b238bbcc7818a698da2f573e0d0bb4de8e0 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Tue, 10 Nov 2020 18:50:48 +0100 Subject: [PATCH] Fix lintian warnings --- debian/manpages/vtkProbeOpenGLVersion-9.0.1 | 56 +++++++++++++++++++++ debian/manpages/vtkWrapPythonInit-9.0.1 | 56 +++++++++++++++++++++ debian/python3-vtk9.manpages | 1 + debian/rules | 4 ++ debian/vtk9.manpages | 1 + 5 files changed, 118 insertions(+) create mode 100644 debian/manpages/vtkProbeOpenGLVersion-9.0.1 create mode 100644 debian/manpages/vtkWrapPythonInit-9.0.1 diff --git a/debian/manpages/vtkProbeOpenGLVersion-9.0.1 b/debian/manpages/vtkProbeOpenGLVersion-9.0.1 new file mode 100644 index 000000000..1f021f6a9 --- /dev/null +++ b/debian/manpages/vtkProbeOpenGLVersion-9.0.1 @@ -0,0 +1,56 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. +.TH VTKPROBEOPENGLVERSION-9.0 "1" "November 2020" "vtkProbeOpenGLVersion-9.0 9.0" "User Commands" +.SH NAME +vtkProbeOpenGLVersion-9.0 \- please refer to VTK documentation +.SH SYNOPSIS +.B vtkProbeOpenGLVersion-9.0 +[\fI\,options\/\fR] \fI\,infile\/\fR... +.SH DESCRIPTION +.TP +\fB\-\-help\fR +print this help message +.TP +\fB\-\-version\fR +print the VTK version +.TP +\fB\-o\fR +the output file +.TP +\fB\-I\fR +add an include directory +.TP +\fB\-D\fR +define a preprocessor macro +.TP +\fB\-U\fR +undefine a preprocessor macro +.TP +\fB\-imacros\fR +read macros from a header file +.TP +\fB\-undef\fR +do not predefine platform macros +.TP +@ +read arguments from a file +.TP +\fB\-dM\fR +dump all macro definitions to output +.TP +\fB\-\-hints\fR +the hints file to use +.TP +\fB\-\-types\fR +the type hierarchy file to use +.SH "SEE ALSO" +The full documentation for +.B vtkProbeOpenGLVersion-9.0 +is maintained as a Texinfo manual. If the +.B info +and +.B vtkProbeOpenGLVersion-9.0 +programs are properly installed at your site, the command +.IP +.B info vtkProbeOpenGLVersion-9.0 +.PP +should give you access to the complete manual. diff --git a/debian/manpages/vtkWrapPythonInit-9.0.1 b/debian/manpages/vtkWrapPythonInit-9.0.1 new file mode 100644 index 000000000..55eef6657 --- /dev/null +++ b/debian/manpages/vtkWrapPythonInit-9.0.1 @@ -0,0 +1,56 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. +.TH VTKWRAPPYTHONINIT-9.0 "1" "November 2020" "vtkWrapPythonInit-9.0 9.0" "User Commands" +.SH NAME +vtkWrapPythonInit-9.0 \- please refer to VTK documentation +.SH SYNOPSIS +.B vtkWrapPythonInit-9.0 +[\fI\,options\/\fR] \fI\,infile\/\fR... +.SH DESCRIPTION +.TP +\fB\-\-help\fR +print this help message +.TP +\fB\-\-version\fR +print the VTK version +.TP +\fB\-o\fR +the output file +.TP +\fB\-I\fR +add an include directory +.TP +\fB\-D\fR +define a preprocessor macro +.TP +\fB\-U\fR +undefine a preprocessor macro +.TP +\fB\-imacros\fR +read macros from a header file +.TP +\fB\-undef\fR +do not predefine platform macros +.TP +@ +read arguments from a file +.TP +\fB\-dM\fR +dump all macro definitions to output +.TP +\fB\-\-hints\fR +the hints file to use +.TP +\fB\-\-types\fR +the type hierarchy file to use +.SH "SEE ALSO" +The full documentation for +.B vtkWrapPythonInit-9.0 +is maintained as a Texinfo manual. If the +.B info +and +.B vtkWrapPythonInit-9.0 +programs are properly installed at your site, the command +.IP +.B info vtkWrapPythonInit-9.0 +.PP +should give you access to the complete manual. diff --git a/debian/python3-vtk9.manpages b/debian/python3-vtk9.manpages index f7e32a7bf..c8798d1ff 100644 --- a/debian/python3-vtk9.manpages +++ b/debian/python3-vtk9.manpages @@ -1,2 +1,3 @@ debian/manpages/vtkWrapPython-9.0.1 +debian/manpages/vtkWrapPythonInit-9.0.1 debian/manpages/vtkpython-9.0.1 diff --git a/debian/rules b/debian/rules index 121453005..2debf704e 100755 --- a/debian/rules +++ b/debian/rules @@ -93,3 +93,7 @@ override_dh_install-arch: find $(CURDIR)/debian/libvtk9/ -name "*Qt*" -exec rm {} \; find $(CURDIR)/debian/libvtk9-dev/usr/include/ -name "Q*" -exec rm {} \; find $(CURDIR)/debian/libvtk9-dev/ -name "libvtkRenderingPythonTkWidgets.so" -exec rm {} \; + +override_dh_install-indep: + dh_install -i + rm -rf $(CURDIR)/debian/tmp/usr/share/licenses diff --git a/debian/vtk9.manpages b/debian/vtk9.manpages index a1ae02206..9565d6264 100644 --- a/debian/vtk9.manpages +++ b/debian/vtk9.manpages @@ -1 +1,2 @@ debian/manpages/vtkWrapHierarchy-9.0.1 +debian/manpages/vtkProbeOpenGLVersion-9.0.1 -- 2.30.2